Scheduler for WinRT
C1ObservableKeyedCollection<TKey,TItem> Class
Members 


The type of keys in the collection.
The type of objects to keep in the collection.
The C1ObservableCollection<T> is the base class for all KeyedCollection derived collections. Supports notification.
Object Model
C1ObservableKeyedCollection<TKey,TItem> Class
Syntax
'Declaration
 
Public MustInherit Class C1ObservableKeyedCollection
    (Of TKey,TItem) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
Type Parameters
TKey
The type of keys in the collection.
TItem
The type of objects to keep in the collection.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
            C1.Xaml.Schedule.CoveredElementsCollection
            C1.Xaml.Schedule.CoverElementCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1ObservableKeyedCollection<TKey,TItem> Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.